[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LOG SEXP,BEXP

 Function
  Log a message to the callers log.

 Syntax
  LOG msg,left

   msg   - A string expression to write to the callers log.
   left  - A boolean expression with value TRUE if msg should be left
           justified, FALSE if msg should be indented six spaces.

 Remarks
  There are two primary uses for this statement.  First and foremost, it
  allows you to keep the SysOp informed of what the user does while using
  your PPL application.  Secondly, it can allow you to track information
  within your PPE while debugging.

 Examples
  BOOLEAN flag
  PRINT "Type QUIT to exit..."
  WAITFOR "QUIT",flag,60
  IF (!flag) LOG "User did not type QUIT",FALSE
  LOG "***EXITING PPE***",TRUE

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson